Upgrade PostgreSQL to 16 and Upgrade base ubuntu to noble-20240429#170
Upgrade PostgreSQL to 16 and Upgrade base ubuntu to noble-20240429#170Kiina wants to merge 1 commit intosameersbn:masterfrom
Conversation
|
This should be added: This was changed in postgresql 15 and without it, db initialization will fail. |
|
It looks like there are a few other approaches. Looking at #168 (comment) , it is said that to create individual schema for database seems to be effective too. Also, changing the user who executes query in create_database (value of What I'm trying to say is that I'm starting to feel less confident that including that code (GRANT ...) in the kkimurak/sameersbn-postgresql codebase (kkimurak#1, kkimurak#5) was the right decision. Maybe it's something that docker-gitlab could have handled. I haven't been able to verify anything yet though.. |
|
The gitlab doc writes (https://docs.gitlab.com/install/installation/#7-database): |
Use noble as a base image and add PostgreSQL 16 support